projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a724a9b
)
ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
author
Markus Klotzbücher
<
[email protected]
>
Fri, 23 Nov 2007 12:09:18 +0000
(13:09 +0100)
committer
Stefan Roese
<
[email protected]
>
Thu, 27 Dec 2007 18:35:33 +0000
(19:35 +0100)
When using dhcp/bootp the "netmask" environment variable is not
set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
desireable, so the following patch adds this this option to the board
config.
Signed-off-by: Markus Klotzbuecher <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
include/configs/sequoia.h
patch
|
blob
|
history
diff --git
a/include/configs/sequoia.h
b/include/configs/sequoia.h
index 58acbc090e5958d91a17ac6fd203996e7fe87b73..419ee7334981d5a6287187f3b88a884a25fe51e1 100644
(file)
--- a/
include/configs/sequoia.h
+++ b/
include/configs/sequoia.h
@@
-329,6
+329,7
@@
#define CONFIG_BOOTP_BOOTPATH
#define CONFIG_BOOTP_GATEWAY
#define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_SUBNETMASK
/*